func crypto/internal/fips140/mlkem.newKeyFromSeed

2 uses

	crypto/internal/fips140/mlkem (current package)
		mlkem768.go#L201: 	return newKeyFromSeed(dk, seed)
		mlkem768.go#L204: func newKeyFromSeed(dk *DecapsulationKey768, seed []byte) (*DecapsulationKey768, error) {